home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Into That Dark Night
/
Into That Dark Night.iso
/
pc
/
YadVashem
/
Database
/
SEEALSOLIB.dxr
/
Internal_7_Click on Lib seealso..ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-14
|
298 b
|
12 lines
global gCurSeeLibList
on mouseUp
set whatLine to the mouseLine
if (whatLine > 0) and (whatLine <= count(gCurSeeLibList)) then
set whatItem to getAt(gCurSeeLibList, whatLine)
showDBItem(whatItem)
set the modal of window "seeAlsoLib" to 0
close(window "seeAlsoLib")
end if
end